home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 1992 August / info-mac-1992.iso / Source / C / Dragonsmith / Dragonsmith 1.0b2 / Utilities / HandleUtils.h < prev   
Encoding:
Text File  |  1992-04-14  |  279 b   |  10 lines  |  [TEXT/KAHL]

  1. /*
  2.     HandleUtils.h
  3. */
  4.  
  5. void ResizeHandle (Handle h, long newSize);
  6. char *GrowByAndPoint (Handle h, char *p, long growBy, long *length);
  7. Handle NeedHandle (Handle h, long size);
  8. Handle AnyHandle (long size);
  9. OSErr HandleToScrap (Handle h, ResType type);
  10. char SmartHLock (Handle h);